Upgrade Utility Web Application
Comprehensive Guide to Launch and Navigate through Upgrade Utility Web Application
-
After successful completion of set up of upgrade utility using OIPA Upgrade Utility document on OHC, application should be launched with login screen as shown below.
Login button : A button to submit the login form. This button typically triggers the authentication process.
Here we can enter the user credentials given in application.yaml file. After clicking the login button
-
If the backend service is not up or unable to connect it will display error message as shown below.
b. If the user gives wrong credentials
c. Upon successful login it redirects to upgrade utility main page as shown below.
-
The main content area displays the current version (inline with AsSystemVersion table) of the software. In this example its 12.0.0.0 as shown above.
3. Choose the desired or latest version from the Available Versions drop-down and then click search icon.
The list contains multiple rows, each representing a module. The columns are "Version", "Description", "Status", "Log", and "Report".
-
Version: The version number of each module.
-
Description: Describes the specific changes or updates for each module, such as "Alter script to update datatype of column UpdateGMT in AsCase to DateTime2" , "Insert Script for AsTranslation ClassGroupAgreement" etc.
-
Status: The status column shows the current state of the module ( currently it is empty but once the upgrade starts if the module is executed successfully a green tick icon is displayed else if there is any error in executing the module error icon is displayed). This is shown in further document
-
Log: Each row has a "Log" button, presumably to view logs related to that module. Before the upgrade this button is disabled.
-
Report: Each row has a "Report" button, likely to view reports for that module. Before the upgrade this button is disabled.
Upgrade button : On clicking this button the upgrade process gets initiated.